home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Mail / EnhanceMail.1.3 / Source / HelpPanel.h < prev    next >
Encoding:
Text File  |  1995-11-05  |  750 b   |  27 lines

  1. /* -*-C-*-
  2. *******************************************************************************
  3. *
  4. * File:         HelpPanel.h
  5. * RCS:          $Header: /usr/local/lib/cvs/EnhanceMail/HelpPanel.h,v 1.1.1.1 1995/11/05 18:34:31 cedman Exp $
  6. * Description:  
  7. * Author:       Carl Edman
  8. * Created:      Tue Oct 31 22:16:38 1995
  9. * Modified:     Sun Nov  5 10:19:50 1995 (Carl Edman) cedman@capitalist.princeton.edu
  10. * Language:     C
  11. * Package:      N/A
  12. * Status:       Experimental (Do Not Distribute)
  13. *
  14. * (C) Copyright 1995, but otherwise this file is perfect freeware.
  15. *
  16. *******************************************************************************
  17. */
  18.  
  19. #import <appkit/appkit.h>
  20. #import "MailApp.h"
  21.  
  22. @interface EnhanceHelpPanel : NXHelpPanel
  23.    {
  24.    }
  25. @end
  26.  
  27.